9 -1 SELECT id, title, content, image, cat_id, add_time, click, description FROM `dou_article` WHERE (title like '%Featured products%' or content like '%Featured products%' ) and isdelete = 0 ORDER BY id DESC